home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 2 / Apprentice-Release2.iso / Information / Digests / MacScripting Digest / The Digests / mac-script-94-10.txt / readme < prev   
Encoding:
Text File  |  1994-06-02  |  1.1 KB  |  29 lines

  1. Example Scripts for extracting data from AppleScript aware apps and
  2. importing to Newton Connection Kit 2.0.
  3.  
  4. Version 1.0, 6/2/94
  5. Copyright 1994, John C. Schettino, Jr.
  6. js12@gte.com
  7.  
  8. Emailware: send me email if you use these scripts, contact me if you want to
  9. sell them.
  10.  
  11. export Calendar to Newton
  12. -------------------------
  13. This script extracts entries from Now-Up-To-Date 2.0 and formats them into
  14. a tab-delimited file that can be imported into the connection kit. The script
  15. will prompt for the Calendar file to use, and the start date to extract from.
  16. It will also prompt for the destination file. It will extract 31 days of events.
  17.  
  18. See the script for a list of required osax (all available on gaea).
  19.  
  20. dump Mail to Newton
  21. -------------------------
  22. This script extracts mail from Eudora 1.4x/2.0x and formats them into
  23. a connection kit native import file (this lets me control the font and
  24. paragraph layout.) The script will prompt for destination file, and will
  25. ask if new mail or all mail (in the In box) should be dumped. The script may
  26. be extended to dump mail from other mailboxes as well.
  27.  
  28. See the script for a list of required osax (all available on gaea).
  29.